Part Number Hot Search : 
45MTC MC3358 MUR1620 WT8801 MC3358 CLL5232B C3206 NTE1102
Product Description
Full Text Search
 

To Download KS57C21116 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 1 1 product overview overview the KS57C21116/c21124/c21132 single-chip cmos microcontroller has been designed for high performance using samsung's newest 4 -bit cpu core, sam47 ( samsung arrangeable microcontrollers). with an up-to- 1280 -dot lcd direct drive capability , segment expandable circuit , 8-bit and 16-bit timer/counter, and serial i/o, the KS57C21116/c21124/c21132 offers an excellent design solution for a wide variety of applications which require lcd func tions. up to 51 pins of the 1 28 -pin qfp package can be dedicated to i/o. nine vectored interrupts provide fast response to internal and external events. in addi tion, the KS57C21116/c21124/c21132 's advanced cmos technology pro vides for low power consumption and a wide oper at ing voltage range. otp the KS57C21116/c21124/c21132 microcontroller is also available in otp (one time programmable) version, ks57p21132. ks57p21132 microcontroller has an on-chip 32-kbyte one-time-programmable eprom instead of masked rom. the ks57p21132 is comparable to KS57C21116/c21124/c21132, both in function and in pin configuration except rom size.
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 2 features summary memory ? 3,584 4-bit ram (excluding lcd display ram) ? 16,384/24,576/32 , 768 8-bit rom 51 i/o pins ? i/o: 47 pins (32 pins are configurable as seg pins) ? input only: 4 pins lcd controller/driver ? 80 seg 16 com, 88 seg 8 com terminals ? internal resistor circuit for lcd bias ? 16 level lcd contrast control (software) ? segment expandable circuit ? all dot can be switched on/off 8-bit basic timer ? 4 interval timer functions ? watch-dog timer 8-bit timer/counter ? programmable 8-bit timer ? external event counter ? arbitrary clock frequency output ? external clock signal divider 16-bit timer/counter ? programmable 16-bit timer ? external event counter ? arbitrary clock frequency output ? external clock signal divider ? configurable as two 8-bit timers ? serial i/o interface clock generator watch timer ? time interval generation: 0.5 s, 3.9 ms at 32 , 768 hz ? 4 frequency outputs to buz pin ? clock source generation for lcd 8-bit serial i/o interface ? 8-bit transmit/receive mode ? 8-bit receive mode ? lsb-first or ms b-first transmission selectable ? internal or external clock source comparator ? 3 channel mode: internal reference (4-bit resolution) ? 2 channel mode: external reference interrupts ? f ive internal vectored interrupts ? four external vectored interrupts ? two quasi-interrupts bit sequential carrier ? supports 16-bit serial data transfer in arbitrary format memory-mapped i/o structure ? data memory bank 15 power-down modes ? idle mode (only cpu clock stops) ? stop mode (main system clock stops) ? subsystem clock stop mode oscillation sources ? crystal, c eramic or rc for main system clock ? crystal oscillator for subsystem clock ? main system clock frequency: 0.4?6 mhz ? subsystem clock frequency: 32.768 khz ? cpu clock divider circuit (by 4, 8 or 64) instruction execution times ? 0.67, 1.33, 10.7 s at 6 mhz ? 0.95, 1.91, 15.3 s at 4.19 mhz ? 122 s at 32.768 khz operating temperature ? ? 40 c to 85 c operating voltage range ? 1.8 v to 5.5 v package type ? 128-pin qfp
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 3 function overview sam47 cpu all ks57-series microcontrollers have the advanced sam47 cpu core. the sam47 cpu can directly address up to 32 k bytes of program memory. the arithmetic logic unit (alu) performs 4-bit addition, subtraction, logical, and shift-and-rotate operations in one instruction cycle and most 8-bit arithmetic and logical operations in two cycles. cpu registers program counter a 1 5- bit program counter (pc) stores addresses for instruction fetches during program execution. usually, the pc is incremented by the number of bytes of the fetched instruction. the one instruction fetch that does not increment the pc is the 1-byte ref instruction which references instructions stored in a look-up table in the rom. whenever a reset operation or an interrupt occurs, bits pc1 3 through pc0 are set to the vector address. stack pointer an 8-bit stack pointer (sp) stores addresses for stack operations. the stack area is located in general-purpose data memory bank 0. the sp is 8-bit read/ writeable and sp bit 0 must always be logical zero. during an interrupt or a subroutine call, the pc value and the psw are written to the stack area. when the service routine has completed, the values referenced by the stack pointer are restored. then, the next instruction is executed. the stack pointer can access the stack despite data memory access enable flag status. since the reset value of the stack pointer is not defined in firmware, you use program code to initialize the stack pointer to 00h. this sets the first register of the stack area to data memory location 0ffh. program memory in its standard configuration, the 16,384/24,576/32,768 8-bit rom is divided into four areas: ? 16-byte area for vector addresses ? 96-byte instruction reference area ? 16-byte general-purpose area (0010 ?001fh) ? 16,256/24,448/32,640 -byte area for general-purpose program memory the vector address area is used mostly during reset operations and interrupts. these 16 byte s can alternately be used as general-purpose rom. the ref instruction references 2 x 1-byte or 2-byte instructions stored in reference area locations 0020h? 007fh. ref can also reference three-byte instructions such as jp or call. so that a ref instruction can reference these instructions, however, the jp or call must be shortened to a 2-byte format. to do this, jp or call is written to the reference area with the format tjp or tcall instead of the normal instruction name. unused locations in the ref instruction look-up area can be allocated to general-purpose use.
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 4 data memory overview the 3,584- bit data memory has five areas: ? 32 4-bit working register area ? 224 4 -bit general-purpose area in bank 0 which is also used as the stack area ? 256 4 -bit general-purpose area in bank 1 , bank 2,??, bank 13, respectively ? 2 56 5 -bit area for lcd data in bank 14 ? 128 4-bit area in bank 15 for memory-mapped i/o addresses the data memory area is also organized as sixteen memory banks ? bank 0, bank 1, ?.., and bank 15. you use the select memory bank instruction (smb) to select one of the banks as working data memory. data stored in ram locations are 1-, 4-, and 8-bit addressable. after a hardware reset, data memory initialization values must be defined by program code. data memory addressing modes the enable memory bank (emb) flag controls the addressing mode for data memory banks 0, 1, ?.., or 15. when the emb flag is logical zero, only locations 00h?7fh of bank 0 and bank 15 can be accessed. when the emb flag is set to logical one, all sixteen data memory banks can be accessed based on the current smb value. working registers the ram's working register area in data memory bank 0 is also divided into four register banks. each register bank has eight 4-bit registers. paired 4-bit registers are 8-bit addressable. register a can be used as a 4-bit accumulator and double register ea as an 8-bit extended accumulator; double registers wx, wl and hl are used as address pointers for indirect addressing. to limit the possibility of data corruption due to incorrect register addressing, it is advisable to use bank 0 for main programs and banks 1, 2 , and 3 for interrupt service routines. lcd data register area bit values for lcd segment data are stored in data memory bank 14 . register locations that are not used to store lcd data can be assigned to general-purpose use. bit sequential carrier the bit sequential carrier (bsc) is a 16-bit general register that you can manipulate using 1-, 4- , and 8-bit ram control instructions. using the bsc register, addresses and bit locations can be specified sequentially using 1-bit indirect address ing instructions. in this way, a program can generate 16-bit data output by moving the bit location sequentially, incrementing or decrementing the value of the l register. you can also use direct addressing to manipulate data in the bsc.
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 5 control registers program status word the 8-bit program status word (psw) controls alu operations and instruction execution sequencing. it is also used to restore a program's execution environment when an interrupt has been serviced. program instructions can always address the psw regardless of the current value of data memory access enable flags. before an interrupt is processed, the psw is pushed onto the stack in data memory bank 0. when the routine is completed, psw values are restored. is1 is0 emb erb c sc2 sc1 sc0 interrupt status flags (is1, is0), the enable memory bank and enable register bank flags (emb, erb), and the carry flag (c) are 1 - and 4-bit read/write or 8-bit read-only addressable. skip condition flags (sc0 ?sc2) can be addressed using 8-bit read instructions only. select bank (sb) register two 4-bit locations called the sb register store address values used to access specific mem ory and register banks: the select memory bank register, smb, and the select register bank register, srb. 'smb n' instructions select a data memory bank (0, 1, ?.., or 15) and store the upper four bits of the 12-bit data memory address in the smb register. the 'srb n' instruction is used to select register bank 0, 1, 2, or 3, and to store the address data in the srb. the instructions 'push sb' and 'pop sb' move smb and srb values to and from the stack for interrupts and subroutines. clock circuits main system and subsystem oscillation circuits generate the internal clock signals for the cpu and peripheral hardware. the main system clock can use a c rystal, c eramic, or rc oscillation source, or an externally- generated clock signal. the subsystem clock requires either a crystal oscillator or an external clock source. bit settings in the 4 -bit power control and system clock mode registers select the oscillation source, the cpu clock, and the clock used during power-down mode. the internal system clock signal ( fxx) can be divided inter - nally to produce four cpu clock frequencies ? fx/4, fx/8, fx/64, or fxt/4. interrupts interrupt requests may be generated internally by on-chip processes (intb, intt0, intt1, and ints) or externally by peripheral devices (int0, int1, int4 , and intk). there are two quasi-interrupts: int2 and intw. int2 detects rising or falling edges of incoming signals and intw detects time intervals of 0.5 sec onds or 3.91 milliseconds. the following components support interrupt processing: ? interrupt enable flags ? interrupt request flags ? interrupt priority registers ? power-down termination circuit
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 6 power down to reduce power consumption, there are two power-down modes: idle and stop. the idle instruction initiates idle mode and the stop instruction initiates stop mode. in idle mode, only the cpu clock stops while peripherals and the oscillation source continue to operate normally. stop mode effects only the main system clock ? a subsystem clock, if used, continues oscil lating. in stop mode, main system clock oscillation stops completely, halting all operations except for a few basic peripheral functions. reset or an interrupt can be used to terminate either idle or stop mode. reset when a reset signal occurs during normal operation or during power-down mode, the cpu enters idle mode when the reset operation is initiated. when the standard oscillation stabilization interval (31.3 ms at 4.19 mhz) has elapsed, normal cpu operation resumes. i/o ports the KS57C21116/c21124/c21132 has 1 3 i/o ports. pin addresses for all i/o ports are mapped in bank 15 of the ram. there are 4 input pins and 47 configurable i/o pins for a to tal of 51 i/o pins. the contents of i/o port pin latches can be read, written, or tested at the corresponding address using bit manipulation instructions. timers and timer/counters the timer function has four main components: an 8-bit basic interval timer, an 8-bit timer/counter, a 16-bit timer/counter and a watch timer. the 8-bit basic timer generates interrupt requests at precise intervals, based on the selected clock fre quency and has watch-dog timer function . the programmable 8-bit and 16-bit timer/counters are used for external event counting, generation of arbitrary clock frequencies for output, and dividing external clock signals. the 16 -bit timer/counter is the source of the clock signal that is required to drive the serial i/o interface and configurable as two 8-bit timer/counters . the watch timer has an 8-bit watch timer mode register, a clock selector and a frequency divider circuit. its functions include real-time and watch-time measurement, clock generation for the lcd controller and frequency outputs for buzzer sound. lcd driver/controller the KS57C21116/c21124/c21132 can directly drive an up-to- 1,280 -dot lcd panel. the lcd function block has the following components: ? ram area for storing display data ? 80 segment output pins (seg0?seg 79 ) ? segment expandable circuit ? 16 common output pins (com0 ?com15) ? 5 operating power supply pins (v lc1 ?v lc5 ) ? sixteen level lcd contrast control circuit (software) frame frequency, lcd clock, duty, and segment pins used for display output are controlled by bit set tings in the 8-bit mode register, lmod. you use the 4-bit lcd control register, lcon, to turn the lcd display on and off, and to control current supplied to the dividing resistors. segment data are output using a direct memory access method synchronized with the lcd frame frequency (f lcd ). using the main system clock, the lcd panel operates in idle mode; during stop mode, it is turned off. if a subsystem clock is used as a clock source, the lcd panel will continue to operate during stop and idle modes.
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 7 serial i/o interface the serial i/o interface supports the transmission or reception of 8 -bit serial data with an external device. the serial interface has the following functional components: ? 8-bit mode regi ster ? clock selector circuit ? 8-bit buffer register ? 3-bit serial clock counter the serial i/o circuit can be set either to transmit-and-receive or to receive-only mode. msb-first or lsb-first transmis sion is also selectable. the serial interface operates with an internal or an external clock source, or using the clock signal generated by the 16 -bit timer/counter. to modify transmission frequency, the appropriate bits in the serial i/o mode register (smod) must be manipulated. comparator port 4 can be used as a analog input port for a comparator. the reference voltage for the 3-channel comparator can be supplied either internally or externally at p4.2. the comparator module has the following components: ? comparator ? internal reference voltage generator (4-bit resolution) ? external reference voltage source at p4.2 ? comparator mode register (cmod) ? comparison result register (cmpreg)
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 8 block diagram cin0/p4.0 cin1/p4.1 cin2/p4.2 seg79/k4/p6.0 seg78/k5/p6.1 seg77/k6/p6.2 seg76/k7/p6.3 seg75-seg72/ p7.0-p7.3 arithmetic and logic unit interrupt control block stack pointer program counter program status word 3,584 x 4-bit data memory 16/24/32 kbyte program memory flags instruction decoder clock reset xin xtin xout xtout internal interrupts i/o port 4 p0.0 / sck /k0 p0.1 / so/k1 p0.2 / si/k2 lcd driver/ controller serial i/o comparator seg71-seg68/ p8.0?p8.3 seg67-seg64/ p9.0?p9.3 i/o port 7 i/o port 6 input port 1 tclo0/cl/p3.0 tclo1/p3.1 tcl0/p3.2 tcl1/p3.3 int0/p1.0 int1/p1.1 int2/p1.2 int4/p1.3 8 -bit timer/ counter0 vlc1-vlc5 com0-com7 com8-com15/ seg87-seg80 seg0-seg47 seg48-seg79/ port13-port6 i/o port 0 sck /k0/p0.0 so/k1/p0.1 si/k2/p0.2 buz/k3/p0.3 i/o port 3 seg63-seg60/ p10.0?p10.3 seg59-seg56/ p11.0?p11.3 seg55-seg52/ p12.0?p12.3 seg51-seg48/ p13.0?p13.3 i/o port 8 i/o port 9 i/o port 10 i/o port 11 i/o port 12 i/o port 13 ba s ic timer watch-dog timer watch timer segment expander m/p2.0 lcdfr/p2.1 cl/p3.0/tclo0 8-bit timer/ counter1a 8-bit timer/ counter1b 16-bit timer/ counter1 i/o port 2 m/p2.0 lcdfr/p2.1 clo1/p2.2 clo2/p2.3 figure 1-1 . KS57C21116/c21124/c21132 simplified block diagram
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 9 pin assignments KS57C21116/c21124/c21132 (128-qfp-1420) seg85/com10 seg84/com11 seg83/com12 seg82/com13 seg81/com14 seg80/com15 seg0 seg1 seg2 seg3 seg4 seg5 seg6 seg7 seg8 seg9 seg10 seg11 seg12 seg13 seg14 seg15 seg16 seg17 seg18 seg19 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 p3.3/tcl1 p4.0/cin0 p4.1/cin1 p4.2/cin2 seg79/p6.0/k4 seg78/p6.1/k5 seg77/p6.2/k6 seg76/p6.3/k7 seg75/p7.0 seg74/p7.1 seg73/p7.2 seg72/p7.3 seg71/p8.0 seg70/p8.1 seg69/p8.2 seg68/p8.3 seg67/p9.0 seg66/p9.1 seg65/p9.2 seg64/p9.3 seg63/p10.0 seg62/p10.1 seg61/p10.2 seg60/p10.3 seg59/p11.0 seg58/p11.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 com9/seg86 com8/seg87 com7 com6 com5 com4 com3 com2 com1 com0 vlc5 vlc4 vlc3 vlc2 vlc1 p0.0/ sck /k0 p0.1/so/k1 p0.2/si/k2 p0.3/buz/k3 v dd v ss x out x in test xt in xt out reset p1.0/int0 p1.1/int1 p1.2/int2 p1.3/int4 p2.0/m p2.1/lcdfr p2.2/clo1 p2.3/clo2 p3.0/tclo0/cl p3.1/tclo1 p3.2/tcl0 seg20 seg21 seg22 seg23 seg24 seg25 seg26 seg27 seg28 seg29 seg30 seg31 seg32 seg33 seg34 seg35 seg36 seg37 seg38 seg39 seg40 seg41 seg42 seg43 seg44 seg45 seg46 seg47 seg48/p13.3 seg49/p13.2 seg50/p13.1 seg51/p13.0 seg52/p12.3 seg53/p12.2 seg54/p12.1 seg55/p12.0 seg56/p11.3 seg57/p11.2 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 figure 1-2 . KS57C21116/c21124/c21132 128-qfp pin assignment
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 10 pin descriptions table 1- 1. KS57C21116/c21124/c21132 pin descriptions pin name pin type description number share pin p0.0 p0.1 p0.2 p0.3 i/o 4-bit i/o port. 1-bit and 4-bit read/write and test is possible. 4-bit unit pull-up resisters are assignable to input pins by software and are automatically disabled for output pins. each bit pin can be allocated as input or output (1-bit unit). the n- ch open drain or push-pull output may be selected by software (1-bit unit). 16 17 18 19 sck /k0 so/k1 si/k2 buz/k3 p1.0 p1.1 p1.2 p1.3 i 4-bit input port. 1-bit and 4-bit read and test is possible. 4 -bit unit pull-up resistors are assignable to input pins by software . 28 29 30 31 int0 int1 int2 int4 p2.0 p2.1 p2.2 p2. 3 i/o 4-bit i/o port. 1-bit and 4-bit read/write and test is possible. i/o function is s ame as port 0. 32 33 34 35 m lcdfr clo1 clo2 p 3.0 p3.1 p3.2 p3.3 i/o 4-bit i/o port. 1-bit and 4-bit read/write and test is possible. i/o function is s ame as port 0. 36 37 38 39 tclo0/cl tclo1 tcl0 tcl1 p 4 .0 p 4 .1 p 4 .2 i/o 3-bit i/o port. i/o function is same as port 0 except that port 4 is 3-bit i/o port. 40 41 42 cin0 cin1 cin2 p6.0 p6.1 p6.2 p6.3 p7.0?p7.3 i/o 4-bit i/o port. 1-, 4-bit and 8-bit read/write and test is possible. 4-bit unit pull-up resisters are assignable to input pins by software and are automatically disabled for output pins . each bit pin can be allocated as input or output (1-bit unit). the n- ch open drain or push- pull output may be selected by software (4-bit unit). 43 44 45 46 47?50 k4/seg79 k5/seg78 k6/seg77 k7/seg76 seg75?72 p8.0?p8.3 p9.0?p9.3 i/o 4-bit i/o port. 1-, 4-bit and 8-bit read/write and test is possible. i/o function is s ame as port 6, 7. 51?54 55?58 seg 71?68 seg 67 ? 64 p10.0?p10.3 p11.0?p11.3 i/o 4-bit i/o port. 1-, 4-bit and 8-bit read/write and test is possible. i/o function is s ame as port 6, 7. 59?62 63?66 seg 63?60 seg 59 ? 56 p12.0?p12.3 p13.0?p13.3 i/o 4-bit i/o port. 1-, 4-bit and 8-bit read/write and test is possible. i/o function is s ame as port 6, 7. 67?70 71?74 seg 55?52 seg 51 ? 48 sck i/o serial i/o interface clock signal 16 p0.0 so i/o serial data output 17 p0.1 si i/o serial data input 18 p0.2 buz i/o 2, 4, 8 , 16 khz frequency output for buzzer sound 19 p0.3 k0?k3 k4?k7 i/o external interrupts with rising/falling edge detection 16?19 43?46 p0.0?p0.3 p6.0?p6.3
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 11 table 1- 1. KS57C21116/c21124/c21132 pin descriptions (continued) pin name pin type description number share pin int0 i external interrupts with rising/falling edge detection 28 p1.0 int1 i external interrupts with rising/falling edge detection 29 p1.1 int2 i external quasi-interrupts with rising/falling edge detection 30 p1.2 int4 i external interrupts with rising/falling edge detection 31 p1.3 m i/o alternated signal for seg driver 32 p2.0 lcdfr i/o synchronous frame signal for seg driver 33 p2.1 clo1 i/o clock output or operating clock for seg driver 34 p2.2 clo 2 i/o clock output or operating c lock for seg driver 35 p2.3 cl i/o data shift clock for seg driver 36 p3.0 tclo0 i/o timer/counter0 clock output 36 p3.0 tclo1 i/o timer/counter 1 clock output 37 p3.1 tcl0 i/o external clock input for timer/counter 0 38 p3.2 tcl1 i/o external clock input for timer/counter 1 39 p3.3 cin0?cin2 i/o cin0,1: comparator input only cin2: comparator input or external reference input 40, 41 42 p4.0?p4.1 p4.2 seg0?seg 47 o lcd segment data output 122?75 ? seg4 8 ? seg 79 o lcd segment data output 74?43 port13?6 seg 80 ? seg 8 7 o lcd segment data output 2,1, 128?123 com15?8 com0?com7 o lcd common data output 10?3 ? com8?com15 o lcd common data output 123?128 1, 2 seg87?80 v lc1 ?v lc5 ? lcd power supply . voltage dividing resistors are fixed. 15?11 ? v dd ? main power supply 20 ? v ss ? ground 21 ? x in, x out ? crystal, c eramic , or rc oscillator signal i/o for main system clock. 23, 22 ? xt in, xt out ? crystal oscillator signal i/o for subsystem clock. 25, 26 ? test i test signal input (must be connected to v ss ) 24 ? reset i reset signal 27 ? note: pull-up resistors for all i/o ports are automatically disabled if they are configured to output mode.
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 12 table 1- 2. overview of KS57C21116/c21124/c21132 pin data pin names share pins i/o type reset value circuit type p0.0?p0.3 sck , so, si, buz/ k0? k3 i/o input e-2 p1.0?p1. 3 int0?int2 , int4 i input a- 3 p2.0?p2. 3 m, lcdfr, clo1, clo2 i/o input e p3.0?p3.1 tclo0 /cl , tclo1 i/o input e p3.2?p3.3 tcl0, tcl1 i/o input e-1 p4.0?p4.2 cin0?cin2 i/o input f-4 p6.0?p6.3 k4?k7 /seg79?seg76 i/o input h-15 p7.0?p7.3 seg 75 ?seg 72 i/o input h-8 p8.0?p8.3 seg 71 ?seg 68 i/o input h-8 p9.0?p9.3 seg 67 ?seg 64 i/o input h-8 p 10 .0?p 10 .3 seg 63 ?seg 60 i/o input h-8 p 11 .0?p 11 .3 seg 59 ?seg 56 i/o input h-8 p 12 .0?p 12 .3 seg 55 ?seg 52 i/o input h-8 p 13 .0?p 13 .3 seg 51 ?seg 48 i/o input h-8 com0?com7 ? o low output h-4 com 8 ?com 15 seg 87 ?seg 80 o low output h-6 seg0?seg 47 ? o low output h-5 v lc1 ?v lc5 ? ? ? ? v dd ? ? ? ? v ss ? ? ? ? x in , x out ? ? ? ? xt in , xt out ? ? ? ? reset ? i ? b test ? i ? ?
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 13 pin circuit diagrams p - channel resistor enable v dd pull-up resistor schmitt trigger in figure 1-3 . pin circuit type a-3 v dd pull-up resistor schmitt trigger in figure 1-4. pin circuit type b v dd resistor enable n - ch p - ch v dd pull-up resistor data output disable i/o pne figure 1-5. pin circuit type e v dd resistor enable n - ch p - ch v dd pull-up resistor data output disable schmitt trigger i/o pne figure 1-6. pin circuit type e-1
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 14 v dd resistor enable n - ch p - ch v dd pull-up resistor data output disable schmitt trigger i/o pne figure 1-7 . pin circuit type e-2 v dd n - ch p - ch v dd pull-up resistor data output disable digital in i/o pne resistor enable digital or analog selectable by software (p4mod) ext-ref (p4.2 only) analog in comparator in t-ref + - schmitt trigger figure 1-8 . pin circuit type f-4
KS57C21116/c21124/c21132/p21132 microcontroller pro duct overview 1- 15 v lc1 out v lc2 v lc5 com v s s figure 1-9 . pin circuit type h-4 v lc1 out v lc3 v lc4 seg v s s figure 1- 1 0 . pin circuit type h-5 v lc1 out v lc2 v lc3 seg/com v ss v lc4 v lc5 figure 1- 1 1 . pin circuit type h-6 v lc1 out v lc3 v lc4 seg v s s output disable figure 1-12. pin circuit type h-7
product overview KS57C21116/c21124/c21132/p21132 microcontroller 1- 16 v dd resistor enable n - ch p - ch v dd pull-up resistor data output disable1 i/o pne circuit type h-7 seg output disable2 figure 1-13. pin circuit type h-8 v dd resistor enable n - ch p - ch v dd pull-up resistor data output disable1 i/o pne circuit type h-7 seg output disable2 schmitt trigger figure 1-14. pin circuit type h-15
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 1 1 5 electrical data overview in this section, information on KS57C21116/c21124/c21132 electrical characteristics is presented as tables and graphics. the information is arranged in the following order: standard electrical characteristics ? a bsolute maximum ratings ? d.c. electrical characteristics ? main system clock oscillator characteristics ? subsystem clock oscillator characteristics ? i/o capacitance ? comparator electrical characteristics ? lcd contrast controller characteristics ? a.c. electrical characteristics ? o perating voltage range stop mode characteristics and timing waveforms ? ram data retention supply voltage in stop mode ? stop mode release timing when initiated by reset ? stop mode release timing when initiated by a n interrupt request miscellaneous timing waveforms ? a.c timing measurement point s ? clock timing measurement at x in ? clock timing measurement at xt in ? tcl 0/tcl1 timing ? input timing for reset signal ? input timing for external interrupts and quasi-interrupts ? serial data transfer timing
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 2 table 15- 1. absolute maximum ratings (t a = 25 c) parameter symbol conditions rating units supply voltage v dd ? ? 0.3 to + 6.5 v input voltage v i all i/o pins active ? 0.3 to v dd + 0.3 v output voltage v o ? ? 0.3 to v dd + 0.3 v output current high i oh one i/o p in active ? 15 ma all i/o pins active ? 3 5 output current low i ol one i/o pin active + 30 (peak value) ma + 15 * total for ports 0, 2?9 + 100 (peak value) + 60 * operating temperature t a ? ? 40 to + 85 c storage temperature t stg ? ? 65 to + 150 c * the values for output current low ( i ol ) are calculated as peak value duty . table 15- 2. d.c. electrical characteristics (t a = ? 40 c to + 85 c, v dd = 1.8 v to 5.5 v ) parameter symbol conditions min typ max units input high voltage v ih1 all input pins except those specified below for v ih2 ?v ih3 0.7 v dd ? v dd v v ih2 ports 0, 1, 4, 6, p3.2, p3.3, and reset 0.8 v dd v dd v ih3 x in , x out , xt in , and xt out v dd ? 0. 1 v dd input low voltage v il1 all input pins except those specified below for v il2 ?v il3 ? ? 0.3 v dd v v il2 ports 0, 1, 4, 6, p3.2, p3.3, and reset 0.2 v dd v il3 x in , x out , xt in , and xt out 0. 1 output high voltage v oh v dd = 4.5 v to 5.5 v i oh = ? 1 m a ports 0, 2 , 3, 4, ports 6 ? 13 v dd ? 1.0 ? ? v output low voltage v ol v dd = 4.5 v to 5.5 v i ol = 15 ma ports 0, 2 , 3, 4, ports 6 ? 13 ? ? 2.0 v v dd = 1.8 v to 5.5 v i ol = 1.6 ma 0.4
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 3 table 15- 2. d.c. electrical characteristics (continued) (t a = ? 40 c to + 85 c, v dd = 1.8 v to 5.5 v ) parameter symbol conditions min typ max units input high leakage current i lih1 v i = v dd all input pins except those specified below for i lih2 ? ? 3 a i lih2 v i = v dd x in , x out , xt in , and xt out 20 input low leakage current i lil1 v i = 0 v all input pins except reset , x in , x out , xt in , and xt out ? ? ? 3 a i lil2 v i = 0 v reset , x in , x out , xt in , and xt out ? 20 output high leakage current i loh v o = v dd all output pins ? ? 3 a output low leakage current i lol v o = 0 v all output pins ? ? ? 3 a pull-up resistor r l i v i = 0 v; v dd = 5 v port s 0? 4, ports 6?13 25 50 100 k w v dd = 3 v 50 100 200 r l 2 v i = 0 v; v dd = 5 v , reset 100 250 400 v dd = 3 v 200 500 800 lcd voltage dividing resistor r lcd ? 40 60 90 k w | v lc1 - com i | voltage drop ( i = 0?15) v dc ? 15 a per common pin ? ? 120 mv | v lc1 - segx| voltage drop (x = 0? 79 ) v ds ? 15 a per segment pin ? ? 120 v lc 2 output voltage v lc 2 v dd = 1.8 v to 5.5 v , 1/5 bias lcd clock = 0 hz, v lc 1 = v dd 0.8 v dd ? 0.2 0.8 v dd 0.8 v dd ? 0.2 v v lc 3 output voltage v lc 3 0.6 v dd ? 0.2 0.6 v dd 0.6 v dd ? 0.2 v lc 4 output voltage v lc 4 0.4 v dd ? 0.2 0.4 v dd 0.4 v dd ? 0.2 v lc 5 output voltage v lc 5 0.2 v dd ? 0.2 0.2 v dd 0.2 v dd ? 0.2
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 4 table 15- 2. d.c. electrical characteristics (concluded) (t a = ? 40 c to + 85 c, v dd = 1.8 v to 5.5 v ) parameter symbol conditions min typ max units supply current ( 1 ) i dd1 ( 2 ) v dd = 5 v 10% c rystal oscillator c1 = c2 = 22 pf 6.0 mhz 4.19 mhz ? 3.9 2.9 8.0 5.5 ma v dd = 3 v 10% 6.0 mhz 4.19 mhz 1.8 1.3 4.0 3.0 i dd2 ( 2 ) idle mode v dd = 5 v 10% c rystal oscillator c1 = c2 = 22 pf 6.0 mhz 4.19 mhz 1.3 1.2 2.5 1.8 v dd = 3 v 10% 6.0 mhz 4.19 mhz 0.5 0.44 1.5 1.0 i dd3 ( 3 ) v dd = 3 v 10% 32 khz crystal oscillator ? 15 .3 30 a i dd4 ( 3 ) idle mode; v dd = 3 v 10% 32 khz crystal oscillator 6.4 15 i dd5 stop mode; v dd = 5 v 10% scmod = 0000b xt in = 0v 2.5 5 stop mode; v dd = 3 v 10% 0.5 3 v dd = 5 v 10% scmod = 0100b 0.2 3 v dd = 3 v 10% 0.1 2 notes: 1 . currents in the following circuits are not included; on-chip pull-up resistors, internal lcd voltage dividing resistors, output port drive currents . 2 . data includes power consumption for subsystem clock oscillation. 3 . when the system clock control register, scmod, is set to 1001b, main system clock oscillation stops and the subsystem clock is used. 4. every values in this table is measured when the power control register (pcon) is set to "0011b".
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 5 table 15- 3. main system clock oscillator characteristics (t a = ? 40 c + 85 c, v dd = 1.8 v to 5.5 v ) oscillato r clock configuration parameter test condition min typ max units ceramic oscillator xin xout c1 c2 oscillation frequency (1) ? 0.4 ? 6.0 mhz stabilization time (2) stabilization occurs when v dd is equal to the minimum oscillator voltage range ; v dd = 3.0 v. ? ? 4 ms crystal oscillator xin xout c1 c2 oscillation frequency (1) ? 0.4 ? 6.0 mhz stabilization time (2) v dd = 2. 7 v to 5 .5 v ? ? 10 ms v dd = 1.8 v to 5 .5 v ? ? 30 external clock xin xout x in input frequency (1) ? 0.4 ? 6.0 mhz x in input high and low level width (t xh , t xl ) ? 83.3 ? 1250 ns rc oscillator xin xout r frequency r = 2 0 k w , v dd = 5 v ? 2 ? mhz r = 39 k w , v dd = 3 v ? 1 ? notes: 1. oscillation frequency and x in i nput frequency data are for oscillator characteristics only. 2. stabilization time is the interval required for oscillating stabilization after a power-on occurs, or when stop mode is terminated.
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 6 table 15- 4. subsystem clock oscillator characteristics (t a = ? 40 c + 85 c, v dd = 1.8 v to 5.5 v ) oscillato r clock configuration parameter test condition min typ max units crystal oscillator xtin xtout c1 c2 oscillation frequency (1) ? 32 32.768 35 khz stabilization time (2) v dd = 2.7 v to 5.5 v ? 1.0 2 s v dd = 1.8 v to 5 .5 v ? ? 10 external clock xtin xtout xt in input frequency (1) ? 32 ? 100 khz xt in input high and low level width (t xtl , t xth ) ? 5 ? 15 s notes: 1. oscillation frequency and xt in input frequency data are for oscillator characteristics only. 2. stabilization time is the interval required for oscillating stabilization after a power-on occurs.
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 7 table 15- 5. input/output capacitance (t a = 25 c, v dd = 0 v ) parameter symbol condition min typ max units input capacitance c in f = 1 mhz; unmeasured pins are returned to v ss ? ? 15 pf output capacitance c out ? ? 15 pf i/o capacitance c io ? ? 15 pf table 15-6 . comparator electrical characteristics (t a = ? 40 c + 85 c, v dd = 4.0 v to 5.5 v, v ss = 0 v) parameter symbol condition min typ max units input voltage range ? ? 0 ? v dd v reference voltage range vref ? 0 ? v dd v input voltage internal vcin1 ? ? ? 150 mv accuracy external vcin2 ? ? ? 150 mv input leakage current icin, iref ? ? 3 ? 3 m a table 15-7 . lcd contrast controller characteristics (t a = ? 40 c + 85 c, v dd = 4.5 v to 5.5 v ) parameter symbol condition min typ max units resolution ? ? ? ? 4 bits linearity rlin ? ? ? 1.0 lsb max output voltage (lcnst = #8fh) vlpp vlc1=v dd =5v 4.9 ? vlc1 v
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 8 table 15-8 . a.c. electrical characteristics (t a = ? 40 c to + 85 c, v dd = 1.8 v to 5.5 v ) parameter symbol conditions min typ max units instruction cycle time (note) t cy v dd = 2.7 v to 5.5 v 0.67 ? 64 s v dd = 1.8 v to 5 .5 v 0.95 64 tcl0, tcl1 input frequency f ti0 , f ti1 v dd = 2.7 v to 5.5 v 0 ? 1 .5 mhz v dd = 1.8 v to 5 .5 v 1 tcl0, tcl1 input high, low width t tih0 , t til0 t tih1 , t til1 v dd = 2.7 v to 5.5 v 0.48 ? ? s v dd = 1.8 v to 5 .5 v 1.8 sck cycle time t kcy v dd = 2.7 v to 5.5 v ; input 800 ? ? ns output 650 v dd = 1.8 v to 5 .5 v ; input 3200 output 3800 sck high, low width t kh , t kl v dd = 2.7 v to 5.5 v ; input 325 ? ? ns output t kcy /2 ? 50 v dd = 1.8 v to 5 .5 v ; input 1600 output t kcy / 2 ? 150 si setup time to sck high t sik v dd = 2.7 v to 5.5 v ; input 100 ? ? ns v dd = 2.7 v to 5.5 v ; output 150 v dd = 1.8 v to 5.5 v ; input 150 v dd = 1.8 v to 5.5 v ; output 500 si hold time to sck high t ksi v dd = 2.7 v to 5.5 v ; input 400 ? ? ns v dd = 2.7 v to 5.5 v ; output 400 v dd = 1.8 v to 5.5 v ; input 600 v dd = 1.8 v to 5.5 v ; output 500 note: unless otherwise specified, instruction cycle time condition values assume a main system clock ( fx ) source.
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 9 table 15-8 . a.c. electrical characteristics (continued) (t a = ? 40 c to + 85 c, v dd = 1.8 v to 5.5 v ) parameter symbol conditions min typ max units output delay for sck to so t kso v dd = 2.7 v to 5.5 v ; input ? ? 300 ns v dd = 2.7 v to 5.5 v ; output 250 v dd = 1.8 v to 5.5 v ; input 1000 v dd = 1.8 v to 5.5 v ; output 1000 interrupt input high, low width t inth , t intl int0 , int1, int2, int4, k0?k7 10 ? ? s reset input low width t rsl input 10 ? ? s note: minimum value for int0 is based on a clock of 2t cy or 128 / fx as assigned by the imod0 register setting. cpu clock = 1/n x oscillator frequency (n = 4, 8 or 64) 1 2 3 4 5 6 7 supply voltage (v) 1.05 mhz 15.6 khz cpu clock 1.5 mhz 4.2 mhz main oscillator frequency (divided by 4) 6 mhz 1.8 figure 15- 1. standard operating voltage range
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 10 table 15-9. ram data retention supply voltage in stop mode (t a = ? 40 c to + 85 c) parameter symbol conditions min typ max unit data retention supply voltage v dddr ? 1.8 ? 5.5 v data retention supply current i dddr v dddr = 1.8 v ? 0.1 1 a release signal set time t srel ? 0 ? ? s oscillator stabilization wait time (1) t wait released by reset ? 2 17 / fx ? ms released by interrupt ? (2) ? notes : 1. during oscillator stabilization wait time, all cpu operations must be stopped to avoid instability during oscillator start- up. 2. use the basic timer mode register (bmod) interval timer to delay execution of cpu instructions during the wait time.
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 11 timing waveforms t srel t wait v dd reset execution of stop instruction v dddr data retention mode stop mode internal reset operation idle mode operating mode figure 15-2. stop mode release timing when initiated by reset v dd execution of stop instruction v dddr data retention mode stop mode t wait t srel idle mode normal operating mode power-down mode terminating signal (interrupt request) figure 15-3. stop mode release timing when initiated by interrupt request
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 12 0.8 v dd 0.2 v dd 0.8 v dd 0.2 v dd measurement points figure 15-4 . a.c. timing measurement points (except for x in and xt in ) x in t xl t xh 1 / f x v dd ? 0.1 v 0.1 v figure 15-5 . clock timing measurement at x in xt in t xtl t xth 1 / f xt v dd ? 0.1 v 0.1 v figure 15-6 . clock timing measurement at xt in
KS57C21116/c21124/c21132/p21132 microcontroller ele ctrical data 15- 13 tcl0/tcl1 t til t tih 1 / f ti 0.7 v dd 0.3 v dd figure 15-7 . tcl 0/tcl1 timing reset t rsl 0.2 v dd figure 15-8 . input timing for reset signal int0, 1, 2, 4 k0 to k7 t intl t inth 0.8 v dd 0.2 v dd figure 15-9 . input timing for external interrupts and quasi-interrupts
electrical data ks57 c21116/c21124/c21132/p21132 microcontroller 15- 14 sck t kl t kh t kcy 0.8 v dd input data output data 0.2 v dd 0.8 v dd 0.2 v dd si so t kso t sik t ksi figure 15- 1 0 . serial data transfer timing
KS57C21116/c21124/c21132/p21132 microcontroller mechanical data 16- 1 16 mechanical data note : dimensions are in millimeters. 0.50 0.20 2.10 0.10 2.40 max 0.05 min 0.15 +0.10 - 0.05 0-8 16.0 0 0.3 14.00 0.2 22.00 0.3 #128 (0.75) (0.75) 20.00 0.2 #1 0.20 0.10 max 0.50 0.50 0.20 +0.10 - 0.05 0.10 max 128 -qfp-1420 figure 16-1. 128-qfp-1420 package dimensions
mechanical data ks57 c21116/c21124/c21132/p21132 microcontroller 16- 2 notes
KS57C21116/c21124/c21132/p21132 microcontroller ks57p21132 otp 17- 1 17 ks57p21132 otp overview the ks57p21132 single-chip cmos microcontroller is the otp (one time programmable) version of the KS57C21116/c21124/c21132 microcontroller. it has an on-chip otp rom instead of masked rom. the eprom is accessed by serial data format. the ks57p21132 is fully compatible with the KS57C21116/c21124/c21132, both in function and in pin configuration except rom size. because of its simple programming requirements, the ks57p21132 is ideal for use as an evaluation chip for the KS57C21116/c21124/c21132.
ks57p21132 otp ks57 c21116/c21124/c21132/p21132 microcontroller 17- 2 ks57p21132 (128-qfp-1420c) seg85/com10 seg84/com11 seg83/com12 seg82/com13 seg81/com14 seg80/com15 seg0 seg1 seg2 seg3 seg4 seg5 seg6 seg7 seg8 seg9 seg10 seg11 seg12 seg13 seg14 seg15 seg16 seg17 seg18 seg19 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 p3.3/tcl1 p4.0/cin0 p4.1/cin1 p4.2/cin2 seg79/p6.0/k4 seg78/p6.1/k5 seg77/p6.2/k6 seg76/p6.3/k7 seg75/p7.0 seg74/p7.1 seg73/p7.2 seg72/p7.3 seg71/p8.0 seg70/p8.1 seg69/p8.2 seg68/p8.3 seg67/p9.0 seg66/p9.1 seg65/p9.2 seg64/p9.3 seg63/p10.0 seg62/p10.1 seg61/p10.2 seg60/p10.3 seg59/p11.0 seg58/p11.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 com9/seg86 com8/seg87 com7 com6 com5 com4 com3 com2 com1 com0 vlc5 vlc4 vlc3 vlc2 vlc1 p0.0/ sck /k0 p0.1/so/k1 sdat / p0.2/si/k2 sclk /p0.3/buz/k3 v dd / v dd v ss / v ss x out x in v pp / t est xt in xt out reset /reset p1.0/int0 p1.1/int1 p1.2/int2 p1.3/int4 p2.0/m p2.1/lcdfr p2.2/clo1 p2.3/clo2 p3.0/tclo0/cl p3.1/tclo1 p3.2/tcl0 seg20 seg21 seg22 seg23 seg24 seg25 seg26 seg27 seg28 seg29 seg30 seg31 seg32 seg33 seg34 seg35 seg36 seg37 seg38 seg39 seg40 seg41 seg42 seg43 seg44 seg45 seg46 seg47 seg48/p13.3 seg49/p13.2 seg50/p13.1 seg51/p13.0 seg52/p12.3 seg53/p12.2 seg54/p12.1 seg55/p12.0 seg56/p11.3 seg57/p11.2 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 note: the bolds indicate an otp pin name. figure 17-1. ks57p21132 pin assignments (128-qfp package)
KS57C21116/c21124/c21132/p21132 microcontroller ks57p21132 otp 17- 3 table 17-1. descriptions of pins used to read/write the eprom main chip during programming pin name pin name pin no. i/o function p0.2 sdat 18 i/o serial data pin. output port when reading and input port when writing. can be assigned as a input / push-pull output port. p0.3 sclk 19 i/o serial clock pin. input only pin. test v pp (test) 24 i power supply pin for eprom cell writing (indicates that otp enters into the writing mode). when 12.5 v is applied, otp is in writing mode and when 5 v is applied, otp is in reading mode. (option) reset reset 27 i chip initialization v dd /v ss v dd /v ss 20/21 i logic power supply pin. v dd should be tied to +5 v during programming. table 17-2. comparison of ks57p21132 and KS57C21116/c21124/c21132 features characteristic ks57p21132 KS57C21116/c21124/c21132 program memory 32-kbyte eprom 16/24/32-kbyte mask rom operating voltage (v dd ) 1.8 v to 5.5 v 1.8 v to 5.5 v otp programming mode v dd = 5 v, v pp (test) = 12.5v pin configuration 128 qfp 128 qfp eprom programmability user program 1 time programmed at the factory operating mode characteristics when 12.5 v is supplied to the v pp (test) pin of the ks57p21132, the eprom programming mode is entered. the operating mode (read, write, or read protection) is selected according to the input signals to the pins listed in table 17-3 below. table 17-3. operating mode selection criteria v dd vpp (test) reg/ mem address (a15-a0) r/ w mode 5 v 5 v 0 0000h 1 eprom read 12.5 v 0 0000h 0 eprom program 12.5 v 0 0000h 1 eprom verify 12.5 v 1 0e3fh 0 eprom read protection note : "0" means low level; "1" means high level.
ks57p21132 otp ks57 c21116/c21124/c21132/p21132 microcontroller 17- 4 start address= first location v dd =5v, v pp =12.5v x = 0 program one 1ms pulse increment x x = 10 verify 1 byte last address v dd = v pp = 5 v compare all byte device passed increment address verify byte device failed pass fail no fail yes fail no figure 17-2. otp programming algorithm
KS57C21116/c21124/c21132/p21132 microcontroller ks57p21132 otp 17- 5 table 17-4 . d.c. electrical characteristics (t a = ? 40 c to + 85 c, v dd = 1.8 v to 5.5 v ) parameter symbol conditions min typ max units supply current ( 1 ) i dd1 ( 2 ) v dd = 5 v 10% c rystal oscillator c1 = c2 = 22 pf 6.0 mhz 4.19 mhz ? 3.9 2.9 8.0 5.5 ma v dd = 3 v 10% 6.0 mhz 4.19 mhz 1.8 1.3 4.0 3.0 i dd2 ( 2 ) idle mode v dd = 5 v 10% c rystal oscillator c1 = c2 = 22 pf 6.0 mhz 4.19 mhz 1.3 1.2 2.5 1.8 v dd = 3 v 10% 6.0 mhz 4.19 mhz 0.5 0.44 1.5 1.0 i dd3 ( 3 ) v dd = 3 v 10% 32 khz crystal oscillator ? 15 .3 30 a i dd4 ( 3 ) idle mode; v dd = 3 v 10% 32 khz crystal oscillator 6.4 15 i dd5 stop mode; v dd = 5 v 10% scmod = 0000b xt in = 0v 2.5 5 stop mode; v dd = 3 v 10% 0.5 3 v dd = 5 v 10% scmod = 0100b 0.2 3 v dd = 3 v 10% 0.1 2 notes: 1 . currents in the following circuits are not included; on-chip pull-up resistors, internal lcd voltage dividing resistors, output port drive currents . 2 . data includes power consumption for subsystem clock oscillation. 3 . when the system clock control register, scmod, is set to 1001b, main system clo ck oscillation stops and the subsystem clock is used. 4. every values in this table is measured when the power control register (pcon) is set to "0011b".
ks57p21132 otp ks57 c21116/c21124/c21132/p21132 microcontroller 17- 6 cpu clock = 1/n x oscillator frequency (n = 4, 8 or 64) 1 2 3 4 5 6 7 supply voltage (v) 1.05 mhz 15.6 khz cpu clock 1.5 mhz 4.2 mhz main oscillator frequency (divided by 4) 6 mhz 1.8 figure 17-3 . standard operating voltage range


▲Up To Search▲   

 
Price & Availability of KS57C21116

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X